Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Markers


Q3Marker_SetXOffset

You can use the Q3Marker_SetXOffset function to set the horizontal offset of a marker.

TQ3Status Q3Marker_SetXOffset (
TQ3GeometryObject marker, 
long xOffset);
marker
A marker.
xOffset
The desired horizontal offset of the specified marker.
DESCRIPTION
The Q3Marker_SetXOffset function sets the horizontal offset of the marker specified by the marker parameter to the value specified in the xOffset parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996